ci/github: add a job for --without-libsystemd
authorLuca BRUNO <luca.bruno@coreos.com>
Fri, 6 May 2022 10:07:24 +0000 (10:07 +0000)
committerLuca BRUNO <luca.bruno@coreos.com>
Fri, 6 May 2022 10:07:24 +0000 (10:07 +0000)
.github/workflows/tests.yml

index 13e33535f09ec49acd61bb283ff7eccfd70cb46e..8c0ae5f6eecd5bad10d2a76439f17cbef3c4510f 100644 (file)
@@ -82,6 +82,15 @@ jobs:
               apt-get update
               apt-get install -y git libc6:amd64 libstdc++6:amd64
 
+          # A build without libsystemd support, similar to what flatpak-builder does.
+          - name: Debian Stable without libsystemd
+            image: debian:stable-slim
+            pre-checkout-setup: |
+              apt-get update
+              apt-get install -y git
+            configure-options: >-
+              --without-libsystemd
+
           - name: Debian Testing
             image: debian:testing-slim
             pre-checkout-setup: |